home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20010306-20010921
/
000105_news@columbia.edu _Tue May 8 10:07:54 2001.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Return-Path: <news@columbia.edu>
Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.59.159])
by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA24355
for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 8 May 2001 10:07:53 -0400 (EDT)
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
by apakabar.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA16503
for <kermit.misc@smtp.cc.columbia.edu>; Tue, 8 May 2001 10:07:46 -0400 (EDT)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA10712
for kermit.misc@watsun.cc.columbia.edu; Tue, 8 May 2001 09:40:22 -0400 (EDT)
X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
From: fdc@columbia.edu (Frank da Cruz)
Subject: Re: Reverse Telnet (terminal Server) on Solaris
Date: 8 May 2001 13:40:21 GMT
Organization: Columbia University
Message-ID: <9d8t05$aem$1@newsmaster.cc.columbia.edu>
To: kermit.misc@columbia.edu
In article <9d7ns6$ien$2@news.panix.com>, Greg Andrews <gerg@panix.com> wrote:
: stefaandk@{nospam}lucent.com writes:
: >
: >Does anyone know how to set this up.
: >I need a reverse telnet (terminal server) on solaris.
: >In other words I want to telnet into my solaris box and then use my
: >serial ports for console access to a router.
:
: Sounds like you're connecting your router's RS232 console port
: to your Solaris machine's RS232 port.
:
: So you would telnet or ssh to your Solaris machine, get logged in,
: then use tip, kermit, or cu to send your keystrokes out through the
: Solaris machine's serial port and see the replies from the router.
: Tip and cu come with Solaris, kermit is an add-on program (though one
: a lot of people use).
:
C-Kermit for Solaris is here:
http://www.columbia.edu/kermit/ckermit.html
The advantage over tip and cu is that it lets you script repetitive
or complicated interactions so you don't have to do everything by hand
all the time. Some sites use Kermit scripts to configure their routers.
This has the advantage that it can be done repeatedly, can be easily
adapted to other routers, and serves as documentation of the router's
configuration. For an introduction to Kermit scripts, see:
http://www.columbia.edu/kermit/ckscripts.html
- Frank